home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / links / 00015_Script_link - Cute FTP (Top 20) < prev    next >
Encoding:
Text File  |  2000-06-22  |  253 b   |  11 lines

  1. on mouseUp
  2.   on mouseDown me
  3.   puppetSound 1, "ClickSound"
  4.   if the platform = "Windows,32" then
  5.     open the moviepath&"software\CuteFTP\32bit\cute3032.exe"
  6.   else 
  7.     open the moviepath&"software\CuteFTP\16bit\CUTE2016.EXE"
  8.   end if
  9.   
  10. end
  11.